.swiper-container {
    width: 100%;
    height: 698px; /* 根据需要调整 */
  }
  
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .rectangle-parent {
    /* 根据需求调整内部元素样式 */
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    color: #fff; /* 根据设计调整按钮颜色 */
  }
  
  .swiper-pagination-bullet {
    background-color: #fff; /* 分页器颜色 */

  }
.swiper-pagination{
    width: 90% !important;
    text-align :right !important;
}